home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / patch / aagnu~1.pat next >
Encoding:
Text File  |  1992-10-31  |  4.0 KB  |  103 lines

  1. #define PATCHLEVEL 12
  2. -rw-rw-r--  1 gray        87892 Sep 25 15:18 patch.zoo
  3.  
  4. Here is patch for atariST TOS
  5.     - ***Do not run Configure*** (i know this is not kosher,
  6.     but for now i have just hand configured,
  7.     and the makefile will copy configt.h to config.h)
  8.  
  9.     - the makefile is `Makefile.tos'
  10.     - The executable is included in the distribution
  11.         (patch.ttp)
  12.     - I have'nt tried compiling it with anything but tos-gcc 32
  13.       (32 bit ints)
  14.     - Adjust CC in Makefile.tps and let her rip.
  15.     - TOS version will not try to get RCS or SCCS files
  16.     - TOS version will not handle ed scripts. Only context diffs
  17.       (anyone who sends you ed scripts for diffs, you know
  18.        what to to h[im|er] :-).
  19.     - When prompted for a response, hitting control chars or tabs
  20.       will do you no good.
  21.     - This is not very throughly tested for stuff like cd and patch
  22.       etc, but is solid for patching files in the current directory.
  23.     - Normal usage:
  24.         patch < diffs
  25.          (of course from a shell that re-directs).
  26.  
  27.                         enjoy,
  28.                         bammi
  29. ------------------------------------------------------------------------------
  30.  
  31.             Patch Kit, Version 2.0
  32.  
  33.             Copyright (c) 1988, Larry Wall
  34.  
  35. You may copy the patch kit in whole or in part as long as you don't try to
  36. make money off it, or pretend that you wrote it.
  37. --------------------------------------------------------------------------
  38.  
  39. Please read all the directions below before you proceed any further, and
  40. then follow them carefully.  Failure to do so may void your warranty. :-)
  41.  
  42. After you have unpacked your kit, you should have all the files listed
  43. in MANIFEST.
  44.  
  45. Installation
  46.  
  47. 1)  Run Configure.  This will figure out various things about your system.
  48.     Some things Configure will figure out for itself, other things it will
  49.     ask you about.  It will then proceed to make config.h, config.sh, and
  50.     Makefile.
  51.  
  52.     You might possibly have to trim # comments from the front of Configure
  53.     if your sh doesn't handle them, but all other # comments will be taken
  54.     care of.
  55.  
  56.     If you don't have sh, you'll have to rip the prototype of config.h out
  57.     of Configure and generate the defines by hand.
  58.  
  59. 2)  Glance through config.h to make sure system dependencies are correct.
  60.     Most of them should have been taken care of by running the Configure script.
  61.  
  62.     If you have any additional changes to make to the C definitions, they
  63.     can be done in the Makefile, or in config.h.  Bear in mind that they may
  64.     get undone next time you run Configure.
  65.  
  66. 3)  make
  67.  
  68.     This will attempt to make patch in the current directory.
  69.  
  70. 4)  make install
  71.  
  72.     This will put patch into a public directory (normally /usr/local/bin).
  73.     It will also try to put the man pages in a reasonable place.  It will not
  74.     nroff the man page, however.
  75.  
  76. 5)  Read the manual entry before running patch.
  77.  
  78. 6)  IMPORTANT!  Help save the world!  Communicate any problems and
  79.     suggested patches to me, lwall@jpl-devvax.Jpl.Nasa.Gov (Larry Wall),
  80.     so we can keep the world in sync.  If you have a problem, there's
  81.     someone else out there who either has had or will have the same problem.
  82.  
  83.     If possible, send in patches such that the patch program will apply them.
  84.     Context diffs are the best, then normal diffs.  Don't send ed scripts--
  85.     I've probably changed my copy since the version you have.
  86.  
  87.     Watch for patch patches in net.sources.bugs.  Patches will generally be
  88.     in a form usable by the patch program.  If you are just now bringing up
  89.     patch and aren't sure how many patches there are, write to me and I'll
  90.     send any you don't have.  Your current patch level is shown in patchlevel.h.
  91.  
  92.  
  93. NEW FEATURES IN THIS RELEASE
  94.  
  95. (Correct) support for 4.3bsd-style context diffs.
  96. Files can be created from scratch.
  97. You can specify a fuzz-factor for context matching.
  98. You can force patch to ask no questions.
  99. You can specify how much of the leading pathname to strip off filenames.
  100. Uses a Configure script for greater portability.
  101. You are now asked if you want to apply a reversed patch.
  102. No limit (apart from memory) on the size of hunks.
  103.